home *** CD-ROM | disk | FTP | other *** search
- Short: Script for checking multiple POP EMail accounts
- Author: strdustr@ptd.net (StarDustr)
- Uploader: strdustr@ptd.net (StarDustr)
- Type: comm/mail
-
- VERSION : $VER: Ck_EMail.rexx 2.0 (04.11.00)
-
- Fuction : To quickly check all your POP EMail accounts
- : for mail and tell you number of mails and
- : total size of all mails.
-
- Requirements : RxSocket library installed.
- : Connection to the internet.
- : EMail account(s).
-
- Installation : Copy Ck_EMail.rexx to your REXX: directory.
- : To make life easier, you might want to make a
- : shell alias for your Rx Ck_EMail command.
-
- Usage : Rx Ck_EMail [-debug] -h popmail.hostname user1 pass1 user2 pass2
- : -debug is optional. displays results from each server command.
- : -h is flag that preceeds each pop mail hostname.
- : hostname your email account(s) hostname.
- : user username for account
- : pass Password for this username
- : You may have more than 1 user/pass per host and
- : you can repeat entire sequence for multiple hosts.
-
- Version 2.0:
-
- Major revision from 1.0 was recoding from using
- TCP: and rexx file i/o functions to using true
- Socket calls using rxsocket.library.
- Supports Multiple Hosts.
- Upgraded error checking.
- Addition of -debug option for tracing connect/commands.
-
- Version 1.0:
-
- Supports Multiple Users to a single host.
- Uses TCP: and rexx file i/o, to the TCP:
- device must be mounted for this script
- to work.
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 628 279 55.5% 27-Mar-97 17:43:02 Ck_EMail.info
- 1691 750 55.6% 04-Nov-00 18:38:18 +Ck_EMail.readme
- 1901 1387 27.0% 04-Nov-00 18:07:16 +Ck_EMail.readme.info
- 3173 1135 64.2% 04-Nov-00 16:23:52 +Ck_EMail.rexx
- 1967 1004 48.9% 04-Nov-00 18:13:16 +Ck_Email.rexx.info
- 2004 1014 49.4% 04-Nov-00 18:35:20 +DISCLAIMER
- 1901 1382 27.3% 04-Nov-00 18:07:16 +DISCLAIMER.info
- -------- ------- ----- --------- --------
- 13265 6951 47.5% 10-Nov-100 22:41:40 7 files
-